WorkerRegistrationUpdatedEvent

data class WorkerRegistrationUpdatedEvent(registrations: List<ServiceWorkerRegistration>) : Event

Constructors

WorkerRegistrationUpdatedEvent
Link copied to clipboard
fun WorkerRegistrationUpdatedEvent(registrations: List<ServiceWorkerRegistration>)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

registrations
Link copied to clipboard
val registrations: List<ServiceWorkerRegistration>

Sources

jvm source
Link copied to clipboard